home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TTEXTINPUT / TTEXTINPUT.txt
Encoding:
Text File  |  1996-04-05  |  2.4 KB  |  132 lines

  1. object TextInput: TTextInput
  2.   Left = 231
  3.   Top = 97
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Text Input'
  7.   ClientHeight = 289
  8.   ClientWidth = 350
  9.   Font.Color = clBlue
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   TextHeight = 20
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 20
  20.     Width = 145
  21.     Height = 25
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = 'Name:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 120
  29.     Width = 145
  30.     Height = 25
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = 'Size:'
  34.   end
  35.   object Label3: TLabel
  36.     Left = 8
  37.     Top = 70
  38.     Width = 145
  39.     Height = 25
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     Caption = 'Initial Value:'
  43.   end
  44.   object Label4: TLabel
  45.     Left = 8
  46.     Top = 170
  47.     Width = 145
  48.     Height = 25
  49.     Alignment = taRightJustify
  50.     AutoSize = False
  51.     Caption = 'Maximum Length:'
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 160
  55.     Top = 15
  56.     Width = 171
  57.     Height = 30
  58.     Color = clSilver
  59.     Font.Color = clMaroon
  60.     Font.Height = -17
  61.     Font.Name = 'System'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 0
  65.   end
  66.   object SpinEdit1: TSpinEdit
  67.     Left = 160
  68.     Top = 115
  69.     Width = 61
  70.     Height = 39
  71.     Color = clSilver
  72.     Font.Color = clMaroon
  73.     Font.Height = -17
  74.     Font.Name = 'System'
  75.     Font.Style = [fsBold]
  76.     MaxLength = 2
  77.     MaxValue = 0
  78.     MinValue = 0
  79.     ParentFont = False
  80.     TabOrder = 2
  81.     Value = 0
  82.   end
  83.   object Edit2: TEdit
  84.     Left = 160
  85.     Top = 65
  86.     Width = 171
  87.     Height = 30
  88.     Color = clSilver
  89.     Font.Color = clMaroon
  90.     Font.Height = -17
  91.     Font.Name = 'System'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     TabOrder = 1
  95.   end
  96.   object SpinEdit2: TSpinEdit
  97.     Left = 160
  98.     Top = 165
  99.     Width = 61
  100.     Height = 39
  101.     Color = clSilver
  102.     Font.Color = clMaroon
  103.     Font.Height = -17
  104.     Font.Name = 'System'
  105.     Font.Style = [fsBold]
  106.     MaxLength = 2
  107.     MaxValue = 0
  108.     MinValue = 0
  109.     ParentFont = False
  110.     TabOrder = 3
  111.     Value = 0
  112.   end
  113.   object BitBtn1: TBitBtn
  114.     Left = 40
  115.     Top = 230
  116.     Width = 111
  117.     Height = 41
  118.     TabOrder = 4
  119.     OnClick = BitBtn1Click
  120.     Kind = bkOK
  121.   end
  122.   object BitBtn2: TBitBtn
  123.     Left = 200
  124.     Top = 230
  125.     Width = 111
  126.     Height = 41
  127.     TabOrder = 5
  128.     OnClick = BitBtn2Click
  129.     Kind = bkCancel
  130.   end
  131. end
  132.